list deletion

英 [lɪst dɪˈliːʃən] 美 [lɪst dɪˈliʃən]

【计】表删除

计算机



双语例句

  1. The last item in that list, namely the deletion of Amazon AMI instances, is particularly important since organizations pay for the use of these instances.
    上述的最后一项(即删除AmazonAMI实例)尤其重要,因为组织必须为使用这些实例付费。
  2. When selected, a message box is displayed whenever a user task is deleted from the task list, allowing you to confirm the deletion.
    如果选择该选项,则只要从“任务列表”删除一个“用户任务”,就会显示一个消息框使您可确认要执行的删除。
  3. The directory service failed to identify the list of objects to delete while attempting a tree deletion.
    删除目录树时,目录服务未能识别要删除的对象列表。
  4. A new advancing-front method which is independent of the background is introduced. A new data structure which combines structured array and adjacency list is applied in this method to increase the efficiency of search and deletion greatly.
    提出了一种不依赖于背景网格的新型阵面推进法,采用结构数组与邻接表相结合的数据结构,大大提高了查找、删除操作效率。
  5. This paper, by mastered insertion and deletion of node algorithm in double circle linked list, goes a step further to understand the insertion and deletion of station, achieving mastery through a comprehensive study of the subject so that abstract problem becomes easy and simple.
    通过数据结构的双向循环链表的插入和删除算法,进一步理解令牌总线网的站点插入和删除,把学科间的内容相互衔接起来,使问题更加简单化。
  6. The pointer can implement the allocation of the dynamic memory and the operations of the link list such as the creation, the insertion and the deletion.
    指针可以实现动态存储分配,用来实现对链表的创建、插入和删除等操作。